crypto/tls.keySharePrivateKeys.ecdhe (field)
4 uses
crypto/tls (current package)
handshake_client_tls13.go#L57: if hs.keyShareKeys == nil || hs.keyShareKeys.ecdhe == nil || len(hs.hello.keyShares) == 0 {
key_schedule.go#L55: ecdhe *ecdh.PrivateKey
key_schedule.go#L125: return &keySharePrivateKeys{ecdhe: priv}, []keyShare{{ke.id, priv.PublicKey().Bytes()}}, nil
key_schedule.go#L149: sharedKey, err := priv.ecdhe.ECDH(peerKey)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |